home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00129.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  128 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(2) = 1 then
  3.     nothing()
  4.   else
  5.     onVis(27)
  6.     sound playFile 2, "..\som\cradle.wav"
  7.   end if
  8. end
  9.